home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / misc / emu / stlist.lha / stlist / stlist.doc < prev    next >
Text File  |  2000-10-20  |  2KB  |  64 lines

  1.  
  2.                               INTRODUCTION
  3.  
  4.  StList is a tool to list the content of an Atari .ST diskimage,
  5.  it's all reverse engineering since I don't have docs.
  6.  ".ST" format is supported, I'm not sure it will work with other formats.
  7.  
  8.  
  9.                                  USAGE
  10.  
  11.  From CLI/Shell:
  12.  
  13.  stlist diskimage.st content.txt
  14.  
  15.  Changed since first release, sorry.
  16.  
  17.  
  18.                                 HISTORY
  19.  
  20.  1.0   First public release;
  21.  1.1   Added support for the whole .ST family; (internal release)
  22.  1.2   ANSI C more strict, now compiles also on VBCC and GCC;
  23.        PowerPC and WarpOs versions added;
  24.  
  25.  
  26.                                 FUTURE
  27.  
  28.  I'm thinking of making it evolve in to a general purpose diskimage
  29.  utility with support also for ADF, ADZ, DMS, D64, etc...
  30.  
  31.  
  32.                                 AUTHOR
  33.  
  34.  Fabrizio "Lanch" Bartoloni
  35.  
  36.  lanch@caribusiness.it (will go offline soon)
  37.  lanch@tiscalinet.it
  38.  
  39.  
  40.                                 THANKS
  41.  
  42.  Alfonso "Alfie" Ranieri         for pointing out the stupid loop mistake;
  43.  Emiliano "Skywalk3r" Esposito   for solving the buffer issue;
  44.  Alessandro "Crusher" Ranieri    solved some ANSI compliance;
  45.  
  46.  
  47.                                 SOURCE
  48.  
  49.  I've made it 101% ANSI C for portability sake as usual, if you manage
  50.  to compile it for some environment different from the original one just
  51.  let me know.
  52.  
  53.  Compiled on an A1200 040/603 Os 3.5
  54.  DiceC 3.16 for the 68k side;
  55.  VBCC 0.7   for the ppc/wos side;
  56.  Still should work on any Amiga and compile on any environment;
  57.  
  58.  
  59.                                 LEGAL
  60.  
  61.  This is provided "AS IS" with no implicit neither explicit warranty.
  62.  The author is not liable for any damage of any kind.
  63.  People at Microsoft or Intel are not allowed to use this software.
  64.